projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bf6bf
)
(Garbage Collection): Add post-gc-hook.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 2003 16:03:48 +0000
(16:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 2003 16:03:48 +0000
(16:03 +0000)
lispref/internals.texi
patch
|
blob
|
history
diff --git
a/lispref/internals.texi
b/lispref/internals.texi
index 607970acabfa1a5596d4969f5cecfe25c6b8fe0f..e469ccc3769305eeaef79cfead536672c6202958 100644
(file)
--- a/
lispref/internals.texi
+++ b/
lispref/internals.texi
@@
-339,6
+339,12
@@
beginning and end of garbage collection. The default value is
@code{nil}, meaning there are no such messages.
@end defopt
+@defvar post-gc-hook
+This is a normal hook that is run at the end of garbage collection.
+Garbage collection is inhibited while the hook functions run, so be
+careful writing them.
+@end defvar
+
@defopt gc-cons-threshold
The value of this variable is the number of bytes of storage that must
be allocated for Lisp objects after one garbage collection in order to